home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / GRAPH.SWG / 0011_LBM.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  897b  |  31 lines

  1. --------I-LBM-M-----------------------------
  2.  
  3. The  LBM/ILBM format is used by Deluxe  Paint to store bitmap images. It
  4. uses the IFF file format and Motorola byte order. FORMblock [BMHD]
  5.  
  6. This block contains the information about the image.
  7.  
  8. OFFSET              Count TYPE   Description
  9. 0000h                   1 word   The image width (x-axis)
  10. 0002h                   1 word   The image height (y-axis)
  11. 0004h                   1 dword  reserved
  12. 0008h                   1 byte   Bits per pixel
  13. 0009h                   1 byte   ??reserved??
  14.  
  15. FORMblock [BODY]
  16. This block contains the (compressed) image data... ****
  17.  
  18. FORMblock [CRGN]
  19. This block contains palette information for a range of palette entries.
  20.  
  21. FORMblock [TINY]
  22. This block contains a small image used for previewing.
  23.  
  24.  
  25. EXTENSION:IFF,LBM
  26. OCCURENCES:AMIGA,PC
  27. PROGRAMS:Deluxe Paint
  28. REFERENCE:???
  29. SEE ALSO:IFF
  30.  
  31.